home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
376_01
/
os2tool.000
/
DEMO.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-08-30
|
2KB
|
55 lines
@echo TOOLS/2 DEMONSTRATION.
@echo
@echo
@echo This is a small demonstaration of the tools included in the TOOLS/2 package.
@echo The purpose is to show to the uninititated a general view of
@echo the capabilities offered.
@echo
@echo TOOLS/2 in intended to work as an addendum to your favourite
@echo command shell (CMD.EXE or 4OS2.EXE or...). It offers mainly tools that
@echo the standard shell (CMD.EXE) lacks. It is suggested that you try all tools
@echo and leave the most useful ones on your hard disk. I also hope
@echo that the inevitable bugs get reported to me.
@echo
@echo TOOLS/2 offers the following enhancemets over the above mentioned command
@echo shells:
@echo
@echo - Full source code and libraries are included.
@echo - Author lives far away and speaks a foreign language.
@echo - First public version for "industrial-strength" operations.
@echo
@pause
@echo
@echo Distribution policy.
@echo
@echo TOOLS/2 is Freeware -- with a Permission to Pay.
@echo Feel free to share it with friends and collegues as long
@echo as it is copied unmodified and in its entiretility (huh?).
@echo
@echo There is no need to pay for registration, but if you
@echo have excessive amounts of waste-money, you may do so.
@echo See the readme.txt file on disk 1 for instructions.
@echo
@echo I hope you have modified your PATH as suggested at the end of
@echo the TOOLS/2 installation procedure. (Otherwise this demonstaration
@echo might not find the tools.)
@echo
@echo So let as start our journey into the dwellings of TOOLS/2...
@echo (Those who haven fallen to sleep yet..)
@pause
call filedemo.cmd
call movedemo.cmd
call timedemo.cmd
call tim2demo.cmd
call memodemo.cmd
call viodemo.cmd
call iodemo.cmd
call kbddemo.cmd
call belldemo.cmd
call convdemo.cmd
call traddemo.cmd
call seridemo.cmd
call osdemo.cmd
call miscdemo.cmd
@echo Happy computing with TOOLS/2.